UNPKG

auth-astro-cloudflare-d1

Version:

The easiest way to add authentication to your Astro project!

6 lines (3 loc) 115 B
import { AstroAuth } from '../../server' export const prerender = false export const { GET, POST } = AstroAuth()